home *** CD-ROM | disk | FTP | other *** search
/ Bath / Bath CDROM.iso / pc / BATH.DXR / Internal_21_left_rollover.ls < prev    next >
Encoding:
Text File  |  2001-07-26  |  218 b   |  10 lines

  1. on mouseWithin me
  2.   cursor(280)
  3.   set the member of sprite the currentSpriteNum to member("arrowback_over")
  4. end
  5.  
  6. on mouseLeave me
  7.   cursor(-1)
  8.   set the member of sprite the currentSpriteNum to member("arrowback")
  9. end
  10.